
a,img{
    transition: all ease-out .5s;
}
/*tupian*/
.index-img {
    overflow: hidden;
    position: relative;
}

.index-img:before {
    position: absolute;
    transition: 0.3s;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    content: '';
    -webkit-transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.index-img:hover:before {
    -webkit-transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
.imgh img{
    display: block;
    width: 100%;
    height: 100%;
}
.imgh:hover img{
    transform: scale(1.1);
}


/*按钮*/
.mm{
    transition: .5s;
}
.mm:hover{
    transform: translateY(-5px);
}
.mm:before{
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.mm:hover:before{
    opacity: 1;
}
a,img{
    transition: all ease-out .5s;
}
.one {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 0;
}

.one:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
    z-index: -1;
}

.one:hover:before {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
/*首页banner*/
.banner-box{
    width: 100%;
    max-height: 640px;
    overflow: hidden;
}
.pics_wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: -1;
}

.html5zoo-img-0 img {
    width: 100%;
}

.html5zoo-arrow-left-0 {
    left: 10% !important;
}

.html5zoo-arrow-right-0 {
    right: 10% !important;
}

.html5zoo-bullet-wrapper-0 div {
    margin: 0 4px !important;
}

.html5zoo-nav-0 {
    margin-top: -35px !important;
    left: 48% !important;
}

.html5zoo-bullet-wrapper-0 {
    width: 100% !important;
}

.banner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 325px;
    margin-top: 8px;
}
.html5zoo-timer-0{
    background: transparent !important;
}

.banner ul.bb {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
}

.banner ul.bb li {
    position: absolute;
    display: none;
}

.banner .num {
    position: absolute;
    right: 2px;
    bottom: 10px;
    z-index: 100;
}

.banner .num li {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 4px;
    background: #fff;
    line-height: 18px;
    text-indent: -100px;
    overflow: hidden;
    border-radius: 10px;
}

.banner .num li.num_hover {
    background-color: #f7de07;
}

.banner .num li.num_hover a {
    color: #fff;
}

.banner .num li a {
    float: left;
    display: block;
    text-align: center;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    width: 18px;
    height: 18px;
    line-height: 18px;
}

#bannerArrow, #bannerCircle {
    display: none
}

/*幻灯片样式2*/
#focus {
    width: 255px;
    height: 188px;
    overflow: hidden;
    position: relative;
}

#focus ul {
    height: 188px;
    position: absolute;
}

#focus ul li {
    float: left;
    width: 255px;
    height: 188px;
    overflow: hidden;
    position: relative;
    background: #000;
}

#focus ul li a img {
    height: 188px;
    width: 255px;
}

#focus ul li div {
    position: absolute;
    overflow: hidden;
}

#focus .btnBg {
    position: absolute;
    width: 255px;
    height: 20px;
    left: 0;
    bottom: 0;
    background: #000;
}

#focus .btn {
    position: absolute;
    width: 255px;
    height: 10px;
    padding: 5px 10px;
    right: 0;
    bottom: 0;
    text-align: right;
}

#focus .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 25px;
    height: 10px;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
}

#focus .btn span.on {
    background: #fff;
}


.title{
    line-height: 1;
}
.title b{
    display: block;
    font-family: Arial-BoldMT;
    font-size: 54px;
    color: #08aeea;
    margin-right: 20px;
}
.title h6{
    font-family: Arial-BoldMT;
    font-size: 42px;
    color: #333;
    font-weight: bold;
    padding-top: 9px;
}
.title h6 i{
    display: block;
    font-family: MicrosoftYaHei;
    font-size: 26px;
    color: #444;
    margin-top: 24px;
}






/*new*/
.new-box{
    margin: 79px 0 70px;
}
.new-top{
    margin-bottom: 60px;
}

.new-nav li{
    float: left;
    position: relative;
    width: 142px;
    height: 46px;
    line-height: 46px;
    padding-left: 46px;
    box-sizing: border-box;
    border-radius: 10px;
    transition: all ease-out .5s;
}

.new-nav li:before{
    content: '';
    position: absolute;
    top: 0;
    left: 26px;
    background: url("../images/nn-dian.png") no-repeat center;
    width: 6px;
    height: 100%;
}

.new-nav li a{
    display: block;
    font-size: 18px;
    color: #444444;
}

.new-nav li.on{
    box-shadow: 0 0 8px 0 rgba(0,0,0,.3);
}

.new-top-mm{
    padding-left: 86px;
    background: url("../images/n-jian.png") no-repeat 0 center;
    height: 50px;
    line-height: 50px;
    margin-left: 80px;
    font-size: 16px;
    color: #a8a8a8;
    display: block;
}

.new-top-mm:hover{
    color: #08aeea;
    transform: translateX(3px);
}


.newL{
    width: 356px;
    height: 348px;
    border-radius: 6px;
    transition: all ease-out .5s;
    position: relative;
}
.newL:hover{
    transform: translateY(-5px);
}
.newL .newL-img{
    display: block;
    width: 100%;
    height: 234px;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}
.newL .newL-img img{
    display: block;
    width: 100%;
    height: 100%;
}

.newL .newL-nn{
    display: block;
    width: 100%;
    height: 114px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    background: #fff;
    border-radius: 0 0 6px 6px;
    box-sizing: border-box;
    padding: 33px 20px 0;
    line-height: 1;
}

.newL .newL-nn a{
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #444444;
    width: 100%;
}

.newL:hover .newL-nn a{
    color: #08aeea;
    transform: translateY(-3px);
}

.newL .newL-nn p{
    font-size: 14px;
    margin-top: 22px;
    color: #888888;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.newL span{
    display: block;
    font-size: 14px;
    color: #fff;
    width: 96px;
    height: 36px;
    background-color: #08aeea;
    border-radius: 0px 17px 17px 0px;
    position: absolute;
    top: 198px;
    left: 0;
    line-height: 36px;
    text-align: center;
}

.new-list{
    margin-top: -16px;
    width: 882px;
}

.new-list li:nth-child(2n+1){
    margin-left: 0;
}
.new-list li{
    width: 426px;
    height: 166px;
    background-color: #fafafa;
    border-radius: 6px;
    line-height: 1;
    box-sizing: border-box;
    padding: 34px 0 0 0;
    float: left;
    margin: 16px 0 0 30px;
    overflow: hidden;
    transition: all ease-out .5s;
}
.new-list li:hover{
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
.new-list li .new-num{
    text-align: center;
    width: 112px;
}
.new-list li .new-num b{
    display: block;
    font-size: 48px;
    color: #333333;
    line-height: .8;
    padding-top: 15px;
}

.new-list li .new-num i{
    display: block;
    font-size: 14px;
    color: #999999;
    margin-top: 12px;
}

.new-list li .new-text{
    width: 314px;
}

.new-list li .new-text .new-name{
    display: block;
    font-size: 15px;
    color: #333;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 280px;
}
.new-list li:hover .new-text .new-name{
    color: #08aeea;
    transform: translateX(5px);
}

.new-list li .new-text p{
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    overflow: hidden;
    width: 280px;
    height: 48px;
    margin: 14px 0 18px;
}

.new-list li .new-text .new-more{
    width: 100%;
    background: url("../images/nn-mm.png") no-repeat 115% center;
    overflow: hidden;
    height: 36px;
    line-height: 1;
    font-size: 14px;
    color: #333333;
    display: block;
}

.new-list li:hover .new-text .new-more{
    background: url("../images/nn-mm.png") no-repeat 100% center;
}


/*ys*/
.ys-box{
    height: 524px;
    background-color: #fcfcfc;
    box-sizing: border-box;
    padding-top: 70px;
}

.ys-tit{
    text-align: center;
    line-height: 1;
}

.ys-tit h6{
    font-size: 28px;
    color: #444444;
    margin-bottom: 20px;
}

.ys-tit p{
    font-size: 16px;
    color: #666666;
}

.ys{
    height: 272px;
    border-radius: 6px;
    border: solid 1px #dcdcdc;
    margin-top: 50px;
    box-sizing: border-box;
}
.ys li:first-child{
    border-left: 0;
}
.ys li{
    float: left;
    width: 24.94%;
    border-left: 1px solid #dcdcdc;
    height: 272px;
    text-align: center;
    line-height: 1;
    transition: all ease-out .5s;
}
.ys li.on{
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    background: #fff;
}
.ys li i{
    display: block;
    width: 100%;
    height: 70px;
    transition: all ease-out .5s;
    margin-top: 53px;
}

.ys li:nth-child(1) i{
    background: url("../images/y1.png") no-repeat center;
}
.ys li:nth-child(2) i{
    background: url("../images/y2.png") no-repeat center;
}
.ys li:nth-child(3) i{
    background: url("../images/y3.png") no-repeat center;
}
.ys li:nth-child(4) i{
    background: url("../images/y4.png") no-repeat center;
}
.ys li.on i,
.ys li.on h6,
.ys li.on p{
    transform: translateY(-5px);
}

.ys li h6{
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    margin: 40px 0 19px;
    transition: all ease-out .7s;
}

.ys li p{
    font-size: 14px;
    color: #c5c5c5;
    transition: all ease-out .9s;
}

/*about-box*/
.about-box{
    margin-top: 80px;
    background: url("../images/about-bg.jpg") no-repeat center;
    height: 718px;
    overflow: hidden;
}

.aboutL{
    width: 592px;
    line-height: 1;
}

.about-zi{
    font-size: 16px;
    line-height: 36px;
    color: #444444;
    overflow: hidden;
    height: 108px;
    margin: 60px 0 68px;
}

.aboutL .new-top-mm{
    margin-left: 0;
    display: inline-block;
}


.aboutR{
    background: url("../images/Macbook.png") no-repeat center;
    width: 619px;
    height: 363px;
    box-sizing: border-box;
    padding: 18px 82px 48px;
}

.aboutR img{
    display: block;
    width: 100%;
    height: 100%;
}


.aboutTime {
    margin-top: 98px;
}

.aboutTime ul li {
    float: left;
    width: 16%;
    text-align: center;
    position: relative;
    line-height: 1;
}

.aboutTime ul li span {
    display: block;
    font-size: 14px;
    color: #08aeea;
    transition: all ease-out .7s;
}
.aboutTime ul li span b {
    color: #444444;
    font-size: 28px;
    position: relative;
    display: inline-block;
    padding-right: 7px;
}

.aboutTime ul li p {
    line-height: 1;
    margin-top: 16px;
    font-size: 16px;
    color: #666;
    transition: all ease-out .9s;
}
.aboutTime ul li:hover span,
.aboutTime ul li:hover p,
.aboutTime ul li:hover i{
    transform: translateY(-5px);
}

.aboutTime ul li i{
    display: block;
    margin: 0 auto 23px;
    border-radius: 50%;
    position: relative;
    width: 94px;
    height: 94px;
    border: #08aeea 1px solid;
    transition: all ease-out .5s;
}

.aboutTime ul li:nth-child(1) i{
    background: url("../images/a1.png") no-repeat center;
}
.aboutTime ul li:nth-child(2) i{
    background: url("../images/a2.png") no-repeat center;
}
.aboutTime ul li:nth-child(3) i{
    background: url("../images/a3.png") no-repeat center;
}
.aboutTime ul li:nth-child(4) i{
    background: url("../images/a4.png") no-repeat center;
}
.aboutTime ul li:nth-child(5) i{
    background: url("../images/a5.png") no-repeat center;
}
.aboutTime ul li:nth-child(6) i{
    background: url("../images/a6.png") no-repeat center;
}


/*ke-box*/
.ke-box{
    background: url("../images/ke-bg.jpg") no-repeat center;
    height: 932px;
    box-sizing: border-box;
    padding-top: 86px;
}

.ke-big{
    width: 1343px;
    margin: 0 auto;
    height: 770px;
    background-color: #ffffff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 59px 28px 0 31px;
}
.ke-big .new-top{
    margin-bottom: 0;
}
.ke-big .new-top-mm{
    margin-top: 39px;
    margin-left: 0;
}

.ke{
    margin-top: 50px;
}
.ke li:nth-child(2n+1){
    margin-left: 0;
}
.ke li{
    float: left;
    margin: 0 0 30px 40px;
    width: 620px;
    height: 240px;
    background-color: #fafafa;
    border-radius: 4px;
    line-height: 1;
    box-sizing: border-box;
    padding: 10px 0 0 10px;
    overflow: hidden;
    transition: all ease-out .5s;
}
.ke li:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
.ke li .ke-img{
    display: block;
    width: 260px;
    height: 220px;
    border-radius: 6px;
    overflow: hidden;
}
.ke li .ke-img img{
    display: block;
    width: 100%;
    height: 100%;
}
.ke li:hover .ke-img{
    transform: scale(.98);
}
.ke li .ke-text{
    width: 328px;
    padding-top: 34px;
    position: relative;
    height: 100%;
    box-sizing: border-box;
}

.ke li .ke-text .ke-name{
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 308px;
    font-size: 22px;
    color: #333333;
}
.ke li:hover .ke-text .ke-name{
    transform: translateX(5px);
    color: #08aeea;
}
.ke li .ke-text i{
    display: block;
    width: 40px;
    height: 1px;
    background-color: #888888;
    margin: 14px 0 0;
}
.ke li .ke-text p{
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    width: 308px;
    height: 90px;
    margin-top: 33px;
}

.ke li .ke-text .ke-more{
    display: block;
    background: url("../images/ke-more.png") no-repeat center;
    width: 58px;
    height: 54px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.ke li:hover .ke-text .ke-more{
    transform: scale(1.02);
}

/*zha-box*/
.zha-box{
    margin: 80px 0;
}

.zha-tit{
    line-height: 1;
    text-align: center;
}
.zha-tit h6{
    font-weight: bold;
    color: #333;
    font-family: Arial-BoldMT;
    font-size: 42px;
    margin-bottom: 29px;
}
.zha-tit p{
    font-size: 28px;
    color: #444444;
}


.zha {
    margin-top: 62px;
}
.zha li:first-child{
    margin-left: 0;
}
.zha li{
    float: left;
    width: 372px;
    margin-left: 82px;
    line-height: 1;
}

.zha li .zha-name{
    display: block;
    width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    color: #444444;
}
.zha li p{
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    height: 72px;
    transition: all ease-out .7s;
    margin: 32px 0 65px;
}
.zha li .zha-more{
    display: block;
    text-align: center;
    width: 80px;
    border-bottom:2px solid #707070;
    padding-bottom: 10px;
    font-size: 14px;
    color: #707070;
    transition: all ease-out .9s;
}
.zha li:hover .zha-name,
.zha li:hover p,
.zha li:hover .zha-more{
    transform: translateY(-5px);
}

.zha li:hover .zha-name{
    color: #08aeea;
}


.form{
    width: 1300px;
    margin: 78px auto 0;
    height: 80px;
    background-color: #ffffff;
    border-radius: 39px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
    padding: 20px 30px 0;
    box-sizing: border-box;
}

.webq_bottom_r {
    width: 100%;
    position: relative;
}


.webq_bottom_r3 {
    height: auto;
    float: left;
}

.webq_bottom_r3_1 {
    float: left;
    width: 260px;
    height: 40px;
    line-height: 40px;
    position: relative;
    background: #fafafa;
    border-radius: 20px;
}

.webq_bottom_ml {
    margin-left: 6px;
}

.webq_bottom_r1 {
    height: 40px;
    margin-left: 6px;
    position: relative;
    background: #fafafa;
    width: 340px;
    float: left;
    border-radius: 20px;
}

.webq_bd_1 {
    width: 100%;
    height: 100%;
    border: 0;
    background: none;
    line-height: 30px;
    color: #666666;
    padding: 5px 10px 5px 20px;
    box-sizing: border-box;
    display: block;
}

.webq_bd_2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: none;
    color: #666666;
    box-sizing: border-box;
    padding: 0 10px 0 20px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    display: block;
}

.webq_bd_go {
    margin: 0;
    border: 0;
    width: 96px;
    height: 40px;
    background-color: #08aeea;
    cursor: pointer;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    border-radius: 20px;
    float: right;
    display: block;
}



.webq_yan {
    width: 260px;
    margin-left: 6px;
    float: left;
    background: #f6f6f6;
    border-radius: 20px;
    height: 40px;
    overflow: hidden;
}

.webq_yan input {
    width: 185px;
    height: 40px;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 14px;
    color: #666666;
    float: left;
    background: none;
}

.webq_yan .web_yanimg {
    width: 68px;
    height: 31px;
    overflow: hidden;
    margin: 5px 5px 0 0;
    float: left;
}

.webq_yan .web_yanimg img {
    display: block;
    width: 100%;
    height: 100%;
}


/*定义input的初始颜色home*/

.webq_bottom_r input::-webkit-input-placeholder {
    color: #666666;
}

.webq_bottom_r input::-moz-placeholder {
    color: #666666;
}

.webq_bottom_r input:-moz-placeholder {
    color: #666666;
}

.webq_bottom_r input:-ms-input-placeholder {
    color: #666666;
}

.webq_bottom_r textarea::-webkit-input-placeholder {
    color: #666666;
}

.webq_bottom_r textarea::-moz-placeholder {
    color: #666666;
}

.webq_bottom_r textarea:-moz-placeholder {
    color: #666666;
}

.webq_bottom_r textarea:-ms-input-placeholder {
    color: #666666;
}

/*team-box*/
.team-box{
    height: 810px;
    background-color: #fcfcfc;
    box-sizing: border-box;
    padding-top: 71px;
}

.team-box .new-top{
    margin-bottom: 0;
}
.team-box .new-top-mm{
    margin-top: 39px;
    margin-left: 0;
}


.team{
    margin-top: 80px;
}
.team li:nth-child(2n+1){
    margin-left: 0;
}
.team li{
    width: 631px;
    height: 234px;
    border-radius: 10px;
    border: solid 1px #dcdcdc;
    box-sizing: border-box;
    margin: 0 0 19px 18px;
    line-height: 1;
    padding: 19px 62px 0 22px;
    position: relative;
    transition: all ease-out .5s;
    float: left;
}
.team li.on{
    box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
    border-color: #fff;
}
.team li .team-img{
    display: block;
    border-radius: 50%;
    overflow: hidden;
    width: 196px;
    height: 196px;
}
.team li.on .team-img{
    transform: scale(.98);
}
.team li .team-img img{
    display: block;
    width: 100%;
    height: 100%;
}
.team li .team-text{
    line-height: 1;
    padding-top: 35px;
    width: 310px;
}

.team li .team-text .team-name{
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #444444;
    font-weight: bold;
    margin-bottom: 32px;
}
.team li.on .team-text .team-name{
    color: #08aeea;
}
.team li .team-text p{
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}

.team li .team-more{
    background: url("../images/t-more.png") no-repeat center;
    display: block;
    width: 6px;
    height: 38px;
    position: absolute;
    right: 21px;
    top: 98px;
}
.team li.on .team-more{
    background: url("../images/t-more2.png") no-repeat center;
}


/*/ser-box*/
.ser-box{
    margin: 80px 0;
}

.ser-nav{
    margin-top: 60px;
    margin-bottom: 63px;
}
.ser-nav li{
    float: left;
    padding-left: 34px;
    box-sizing: border-box;
    width: 106px;
    border-bottom: 2px solid #fff;
    padding-bottom: 15px;
    line-height: 1;
    transition: all ease-out .5s;
    margin-right: 100px;
}
.ser-nav li a{
    font-size: 18px;
    color: #666666;
    padding-top: 3px;
    box-sizing: border-box;
    display: block;
}

.ser-nav li:nth-child(1){
    background: url("../images/s1.png") no-repeat 0 top;
}
.ser-nav li:nth-child(2){
    background: url("../images/s2.png") no-repeat 0 top;
}
.ser-nav li:nth-child(3){
    background: url("../images/s3.png") no-repeat 0 top;
}

.ser-nav li.on{
    border-color: #08aeea;
}

.ser-nei{
    width: 100%;
    position: relative;
}

.ser-li li{
    float: left;
    width: 620px;
    height: 210px;
    border-radius: 6px;
    border: solid 1px #dcdcdc;
    box-sizing: border-box;
    padding: 20px 24px 0 20px;
    line-height: 1;
}
.ser-li li:nth-child(1){
    margin-right: 40px;
}
.ser-li li:nth-child(3){
    position: absolute;
    right: 0;
    top: -250px;
}
.ser-li li .ser-tu{
    display: block;
    width: 230px;
    height: 170px;
    border-radius: 6px;
    overflow: hidden;
}
.ser-li li .ser-tu img{
    display: block;
    width: 100%;
    height: 100%;
}
.ser-li li:hover .ser-tu{
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
.ser-li li:hover .ser-tu img{
    transform: scale(1.02);
}
.ser-li li .ser-zi{
    width: 319px;
    padding-top: 23px;
}
.ser-li li .ser-zi a{
    display: block;
    color: #333333;
    font-size: 16px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ser-li li .ser-zi p{
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    overflow: hidden;
    height: 52px;
    margin: 20px 0 34px;
}

.ser-li li .ser-zi span{
    display: block;
    font-size: 16px;
    color: #666666;
}
.ser-li li:hover .ser-zi a{
    transform: translateX(5px);
    color: #08aeea;
}

.ser-list{
    width: 100%;
    margin-top: 46px;
}
.ser-list li:first-child{
    margin-left: 0;
}
.ser-list li{
    margin-left: 26px;
    transition: all ease-out .5s;
    width: 300px;
    height: 400px;
    border-radius: 6px;
    border: solid 1px #dcdcdc;
    box-sizing: border-box;
    padding: 48px 20px 0;
    line-height: 1;
    float: left;
}
.ser-list li.on{
    border-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
}
.ser-list li i{
    display: block;
    width: 100%;
    height: 79px;
    transition: all ease-out .5s;
}
.ser-list li:nth-child(1) i{
    background: url("../images/01.png") no-repeat 0;
}
.ser-list li:nth-child(1).on i{
    background: url("../images/011.png") no-repeat 0;
}
.ser-list li:nth-child(2) i{
    background: url("../images/02.png") no-repeat 0;
}
.ser-list li:nth-child(2).on i{
    background: url("../images/022.png") no-repeat 0;
}
.ser-list li:nth-child(3) i{
    background: url("../images/03.png") no-repeat 0;
}
.ser-list li:nth-child(3).on i{
    background: url("../images/033.png") no-repeat 0;
}.ser-list li:nth-child(4) i{
     background: url("../images/04.png") no-repeat 0;
 }
.ser-list li:nth-child(4).on i{
    background: url("../images/044.png") no-repeat 0;
}

.ser-list li a{
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #444444;
    font-weight: bold;
    margin-top: 5px;
}
.ser-list li.on a{
    transform: translateY(5px);
}
.ser-list li p{
    overflow: hidden;
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    height: 52px;
    margin: 60px 0 90px;
    transition: all ease-out .7s;
}

.ser-list li span{
    display: block;
    font-size: 14px;
    color: #666666;
    transition: all ease-out .9s;
}

.ser-list li.on p,
.ser-list li.on span{
    transform: translateY(-5px);
}


/*teach-box*/
.teach-box{
    background: url("../images/tech-box.jpg") no-repeat center;
    height: 675px;
    box-sizing: border-box;
    padding-top: 80px;
}
.teach-box .new-top{
    margin-bottom: 0;
}
.teach-box .title b,
.teach-box .title h6,
.teach-box .title h6 i{
    color: #fff;
}

.teach-box .new-top-mm{
    margin-left: 0;
    margin-top: 38px;
}


.teach{
    margin-top: 78px;
    height: 373px;
    background-color: #ffffff;
    border-radius: 12px;
    position: relative;
    padding: 51px 92px 0;
    box-sizing: border-box;
}

.teach li{
    width: 340px !important;
    margin-right: 38px;
    line-height: 1;
    text-align: center;
}

.teach li .teach-img{
    display: block;
    width: 100%;
    height: 240px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
}
.teach li .teach-img img{
    display: block;
    width: 100%;
    height: 100%;
}
.teach li:hover .teach-img{
    transform: scale(.98);
}
.teach li .teach-name{
    display: block;
    text-align: center;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 25px;
    font-size: 16px;
    color: #444;
    width: 100%;
}

.teach li:hover .teach-name{
    transform: translateY(-5px);
    color: #08aeea;
}

.tl{
    position: absolute;
    top:164px;
    left: -40px;
    width: 92px;
    height: 46px;
    background:url(../images/tl.png) no-repeat center rgba(86, 86, 86, .3);
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    transition: all ease-out .5s;
}
.tl:hover{
    transform: translateX(-3px);
    background-color: #08aeea;
}
.tr{
    position: absolute;
    top:164px;
    right: -40px;
    width: 92px;
    height: 46px;
    background:url(../images/tr.png) no-repeat center rgba(86, 86, 86, .3);
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    transition: all ease-out .5s;
}
.tr:hover{
    transform: translateX(3px);
    background-color: #08aeea;
}


.tempWrap{
    width: 100% !important;
}


/*vir-box*/
.vir-box{
    margin: 80px 0 90px;
}
.vir-box .new-top{
    margin-bottom: 0;
}

.vir{
    margin-top: 70px;
    width: 100%;
    height: 520px;
    overflow: hidden;
}
.vir li{
    width: 19.94%;
    height: 520px;
    overflow: hidden;
    position: relative;
    transition: all ease-out .5s;
    float: left;
}
.vir li.on{
    width: 40.18%;
}
.vir li:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    transition: all ease-out .5s;
}
.vir li.on:before{
    opacity: 0;
}
.vir li .vir-img,
.vir li .vir-img img{
    display: block;
    width: 100%;
    height: 100%;
}

.vir li .vir-name{
    display: block;
    width: 80%;
    height: 60px;
    line-height: 60px;
    background:url("../images/v-ivpm.png") no-repeat 34px center rgba(0,0,0,.5);
    border-radius: 8px;
    box-sizing: border-box;
    padding-left: 76px;
    padding-right: 10px;
    text-align: center;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 40px;
    opacity: 0;
}

.vir li.on .vir-name{
    opacity: 1;
}


/*hon-box*/
.hon-box{
    margin: 0 0 70px 0;
    background: url("../images/hon-bg.jpg") no-repeat center bottom;
    height: 575px;
    box-sizing: border-box;
}
.hon-box .new-top{
    margin-bottom: 0;
}

.hon-box .new-top-mm{
    margin: 22px 0 0;
}

.hon-lun{
    margin-top: 90px;
}

#certify {
    position: relative;
    width: 1133px;
    margin: 0 auto;
}

#certify .swiper-slide {
    width: 414px;
    height: 328px;
    box-sizing: border-box;
    position: relative;
}


#certify .swiper-slide img {
    display: block;
    width: 414px;
    height: 284px;
}

#certify .swiper-slide-active img {
    border-radius: 6px;
}


#certify .swiper-slide .txtlq {
    opacity: 0;
    width: 100%;
    margin-top: 28px;
    transition: all ease-out .5s;
}

#certify .swiper-slide-active .txtlq {
    opacity: 1;
}

#certify .swiper-slide .txtlq a{
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
    line-height: 1;
    text-align: center;
    display: block;
}


#certify .swiper-button-prev {
    width: 92px;
    height: 46px;
    background: url(../images/tl.png) no-repeat center rgba(86,86,86,.3);
    border-radius: 4px;
    cursor: pointer;
    opacity: 1;
    left: -134px;
    top: 118px;
    transition: .6s;
}
#certify .swiper-button-prev:hover{
   background-color: rgba(86,86,86,1);
    transform: translateX(-3px);
}
#certify .swiper-button-next:hover{
    background-color: rgba(86,86,86,1);
    transform: translateX(3px);
}
#certify .swiper-button-next {
    width: 92px;
    height: 46px;
    background: url(../images/tr.png) no-repeat center rgba(86,86,86,.3);
    border-radius: 4px;
    cursor: pointer;
    opacity: 1;
    right: -134px;
    top: 118px;
    transition: .6s;
}



/*coop-box*/
.coop-box{
    margin-bottom: 39px;
}

.coop-tit{
    text-align: center;
    line-height: 1;
}
.coop-tit i{
    display: block;
    margin: 0 auto;
    background: url("../images/xiala.png") no-repeat center;
    width: 24px;
    height: 76px;
    -webkit-animation: hang linear 2s infinite;
}

@-webkit-keyframes hang {
    0%,100%{
        -webkit-transform: translateY(5px);
    }
    50%{
        -webkit-transform: translateY(0);
    }
}

.coop-tit b{
    display: block;
    font-family: Arial-BoldMT;
    font-size: 42px;
    color: #333;
    margin: 24px 0 30px;
}

.coop-tit p{
    font-size: 28px;
    color: #444444;
}

.coop{
    margin-top: 59px;
}
.coop li:nth-child(4n+1){
    margin-left: 0;
}
.coop li{
    float: left;
    width: 300px;
    height: 75px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 0 30px 25px;
    transition: all ease-out .5s;
}
.coop li:hover{
    transform: translateY(-3px);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
}
.coop li a,
.coop li a img{
    display: block;
    width: 100%;
    height: 100%;
}



.link .yqlj{
    width: 318px;
    height: 52px;
    border-radius: 8px;
    padding-left:20px;
    appearance:none;
    margin-top: 55px;
    outline: none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background:url(../images/sjx.png) 280px center no-repeat #fff;
    color: #666;
    font-size: 16px;
}

.link .yqlj option{
    color: #333;
}













































































































































































































































































































































































































































